• frmPartialDueList_Staff.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmPartialDueList_Staff
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPartialDueList_Staff))
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.TabControl1 = New System.Windows.Forms.TabControl()
34         Me.TabPage3 = New System.Windows.Forms.TabPage()
35         Me.Panel5 = New System.Windows.Forms.Panel()
36         Me.Button8 = New System.Windows.Forms.Button()
37         Me.Button9 = New System.Windows.Forms.Button()
38         Me.Button10 = New System.Windows.Forms.Button()
39         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
40         Me.Button11 = New System.Windows.Forms.Button()
41         Me.Label10 = New System.Windows.Forms.Label()
42         Me.cmbSession = New System.Windows.Forms.ComboBox()
43         Me.dgw = New System.Windows.Forms.DataGridView()
44         Me.Panel2 = New System.Windows.Forms.Panel()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.btnClose = New System.Windows.Forms.Button()
47         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
48         Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Label8 = New System.Windows.Forms.Label()
55         Me.cmbInstallment = New System.Windows.Forms.ComboBox()
56         Me.Panel1.SuspendLayout()
57         Me.TabControl1.SuspendLayout()
58         Me.TabPage3.SuspendLayout()
59         Me.Panel5.SuspendLayout()
60         Me.GroupBox2.SuspendLayout()
61         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
62         Me.Panel2.SuspendLayout()
63         Me.SuspendLayout()
64         
'
65         
'Panel1
66         
'
67         Me.Panel1.BackColor = System.Drawing.Color.White
68         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
69         Me.Panel1.Controls.Add(Me.TabControl1)
70         Me.Panel1.Controls.Add(Me.Panel2)
71         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
72         Me.Panel1.Name =
"Panel1"
73         Me.Panel1.Size = New System.Drawing.Size(
771, 656)
74         Me.Panel1.TabIndex =
2
75         
'
76         
'TabControl1
77         
'
78         Me.TabControl1.Controls.Add(Me.TabPage3)
79         Me.TabControl1.Location = New System.Drawing.Point(
9, 76)
80         Me.TabControl1.Name =
"TabControl1"
81         Me.TabControl1.SelectedIndex =
0
82         Me.TabControl1.Size = New System.Drawing.Size(
754, 568)
83         Me.TabControl1.TabIndex =
1
84         
'
85         
'TabPage3
86         
'
87         Me.TabPage3.Controls.Add(Me.Panel5)
88         Me.TabPage3.Controls.Add(Me.GroupBox2)
89         Me.TabPage3.Controls.Add(Me.dgw)
90         Me.TabPage3.Location = New System.Drawing.Point(
4, 22)
91         Me.TabPage3.Name =
"TabPage3"
92         Me.TabPage3.Padding = New System.Windows.Forms.Padding(
3)
93         Me.TabPage3.Size = New System.Drawing.Size(
746, 542)
94         Me.TabPage3.TabIndex =
2
95         Me.TabPage3.Text =
"Bus Fee"
96         Me.TabPage3.UseVisualStyleBackColor = True
97         
'
98         
'Panel5
99         
'
100         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
101         Me.Panel5.Controls.Add(Me.Button8)
102         Me.Panel5.Controls.Add(Me.Button9)
103         Me.Panel5.Controls.Add(Me.Button10)
104         Me.Panel5.Location = New System.Drawing.Point(
347, 9)
105         Me.Panel5.Name =
"Panel5"
106         Me.Panel5.Size = New System.Drawing.Size(
278, 74)
107         Me.Panel5.TabIndex =
46
108         
'
109         
'Button8
110         
'
111         Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup
112         Me.Button8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
113         Me.Button8.Location = New System.Drawing.Point(
187, 21)
114         Me.Button8.Name =
"Button8"
115         Me.Button8.Size = New System.Drawing.Size(
80, 33)
116         Me.Button8.TabIndex =
2
117         Me.Button8.Text =
"View Report"
118         Me.Button8.UseVisualStyleBackColor = True
119         
'
120         
'Button9
121         
'
122         Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup
123         Me.Button9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         Me.Button9.Location = New System.Drawing.Point(
101, 21)
125         Me.Button9.Name =
"Button9"
126         Me.Button9.Size = New System.Drawing.Size(
80, 33)
127         Me.Button9.TabIndex =
1
128         Me.Button9.Text =
"Export Excel"
129         Me.Button9.UseVisualStyleBackColor = True
130         
'
131         
'Button10
132         
'
133         Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup
134         Me.Button10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
135         Me.Button10.Location = New System.Drawing.Point(
15, 21)
136         Me.Button10.Name =
"Button10"
137         Me.Button10.Size = New System.Drawing.Size(
80, 33)
138         Me.Button10.TabIndex =
0
139         Me.Button10.Text =
"&Reset"
140         Me.Button10.UseVisualStyleBackColor = True
141         
'
142         
'GroupBox2
143         
'
144         Me.GroupBox2.Controls.Add(Me.Label8)
145         Me.GroupBox2.Controls.Add(Me.cmbInstallment)
146         Me.GroupBox2.Controls.Add(Me.Button11)
147         Me.GroupBox2.Controls.Add(Me.Label10)
148         Me.GroupBox2.Controls.Add(Me.cmbSession)
149         Me.GroupBox2.Location = New System.Drawing.Point(
9, 4)
150         Me.GroupBox2.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
151         Me.GroupBox2.Name =
"GroupBox2"
152         Me.GroupBox2.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
153         Me.GroupBox2.Size = New System.Drawing.Size(
332, 79)
154         Me.GroupBox2.TabIndex =
44
155         Me.GroupBox2.TabStop = False
156         
'
157         
'Button11
158         
'
159         Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup
160         Me.Button11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.Button11.Location = New System.Drawing.Point(
250, 37)
162         Me.Button11.Name =
"Button11"
163         Me.Button11.Size = New System.Drawing.Size(
69, 24)
164         Me.Button11.TabIndex =
3
165         Me.Button11.Text =
"&Search"
166         Me.Button11.UseVisualStyleBackColor = True
167         
'
168         
'Label10
169         
'
170         Me.Label10.AutoSize = True
171         Me.Label10.Location = New System.Drawing.Point(
14, 18)
172         Me.Label10.Name =
"Label10"
173         Me.Label10.Size = New System.Drawing.Size(
50, 13)
174         Me.Label10.TabIndex =
33
175         Me.Label10.Text =
"Session :"
176         
'
177         
'cmbSession
178         
'
179         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
180         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
181         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
182         Me.cmbSession.FormattingEnabled = True
183         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
184         Me.cmbSession.Name =
"cmbSession"
185         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
186         Me.cmbSession.TabIndex =
0
187         
'
188         
'dgw
189         
'
190         Me.dgw.AllowUserToAddRows = False
191         Me.dgw.AllowUserToDeleteRows = False
192         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
193         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
194         Me.dgw.BackgroundColor = System.Drawing.Color.White
195         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
196         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
197         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
198         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
200         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
201         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
202         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
203         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
204         Me.dgw.ColumnHeadersHeight =
24
205         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.Column1, Me.Column7, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10})
206         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
207         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
208         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
209         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
210         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
211         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
212         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
213         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
214         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
215         Me.dgw.EnableHeadersVisualStyles = False
216         Me.dgw.GridColor = System.Drawing.Color.White
217         Me.dgw.Location = New System.Drawing.Point(
9, 89)
218         Me.dgw.MultiSelect = False
219         Me.dgw.Name =
"dgw"
220         Me.dgw.ReadOnly = True
221         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
222         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
223         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
224         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
226         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
227         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
228         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
229         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
230         Me.dgw.RowHeadersWidth =
25
231         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
232         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
233         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
234         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
235         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
236         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
237         Me.dgw.RowTemplate.Height =
18
238         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
239         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
240         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
241         Me.dgw.Size = New System.Drawing.Size(
727, 450)
242         Me.dgw.TabIndex =
45
243         
'
244         
'Panel2
245         
'
246         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
247         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
248         Me.Panel2.Controls.Add(Me.Label1)
249         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
250         Me.Panel2.Name =
"Panel2"
251         Me.Panel2.Size = New System.Drawing.Size(
750, 62)
252         Me.Panel2.TabIndex =
0
253         
'
254         
'Label1
255         
'
256         Me.Label1.AutoSize = True
257         Me.Label1.BackColor = System.Drawing.Color.Transparent
258         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         Me.Label1.ForeColor = System.Drawing.Color.White
260         Me.Label1.Location = New System.Drawing.Point(
276, 19)
261         Me.Label1.Name =
"Label1"
262         Me.Label1.Size = New System.Drawing.Size(
191, 24)
263         Me.Label1.TabIndex =
0
264         Me.Label1.Text =
"Fee Partial Due List"
265         
'
266         
'btnClose
267         
'
268         Me.btnClose.BackColor = System.Drawing.Color.Maroon
269         Me.btnClose.ForeColor = System.Drawing.Color.Red
270         Me.btnClose.Location = New System.Drawing.Point(
774, 1)
271         Me.btnClose.Name =
"btnClose"
272         Me.btnClose.Size = New System.Drawing.Size(
20, 23)
273         Me.btnClose.TabIndex =
6
274         Me.btnClose.Text =
"x"
275         Me.btnClose.UseVisualStyleBackColor = False
276         
'
277         
'Timer1
278         
'
279         
'
280         
'DataGridViewTextBoxColumn6
281         
'
282         Me.DataGridViewTextBoxColumn6.HeaderText =
"Staff ID"
283         Me.DataGridViewTextBoxColumn6.Name =
"DataGridViewTextBoxColumn6"
284         Me.DataGridViewTextBoxColumn6.ReadOnly = True
285         
'
286         
'DataGridViewTextBoxColumn7
287         
'
288         Me.DataGridViewTextBoxColumn7.HeaderText =
"Staff Name"
289         Me.DataGridViewTextBoxColumn7.Name =
"DataGridViewTextBoxColumn7"
290         Me.DataGridViewTextBoxColumn7.ReadOnly = True
291         
'
292         
'Column1
293         
'
294         Me.Column1.HeaderText =
"Designation"
295         Me.Column1.Name =
"Column1"
296         Me.Column1.ReadOnly = True
297         
'
298         
'Column7
299         
'
300         Me.Column7.HeaderText =
"Location"
301         Me.Column7.Name =
"Column7"
302         Me.Column7.ReadOnly = True
303         Me.Column7.Width =
150
304         
'
305         
'DataGridViewTextBoxColumn9
306         
'
307         Me.DataGridViewTextBoxColumn9.HeaderText =
"School Name"
308         Me.DataGridViewTextBoxColumn9.Name =
"DataGridViewTextBoxColumn9"
309         Me.DataGridViewTextBoxColumn9.ReadOnly = True
310         Me.DataGridViewTextBoxColumn9.Width =
150
311         
'
312         
'DataGridViewTextBoxColumn10
313         
'
314         Me.DataGridViewTextBoxColumn10.HeaderText =
"Fee Due"
315         Me.DataGridViewTextBoxColumn10.Name =
"DataGridViewTextBoxColumn10"
316         Me.DataGridViewTextBoxColumn10.ReadOnly = True
317         
'
318         
'Label8
319         
'
320         Me.Label8.AutoSize = True
321         Me.Label8.Location = New System.Drawing.Point(
155, 17)
322         Me.Label8.Name =
"Label8"
323         Me.Label8.Size = New System.Drawing.Size(
63, 13)
324         Me.Label8.TabIndex =
38
325         Me.Label8.Text =
"Installment :"
326         
'
327         
'cmbInstallment
328         
'
329         Me.cmbInstallment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
330         Me.cmbInstallment.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
331         Me.cmbInstallment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
332         Me.cmbInstallment.Enabled = False
333         Me.cmbInstallment.FormattingEnabled = True
334         Me.cmbInstallment.Items.AddRange(New Object() {
"1st", "2nd"})
335         Me.cmbInstallment.Location = New System.Drawing.Point(
158, 40)
336         Me.cmbInstallment.Name =
"cmbInstallment"
337         Me.cmbInstallment.Size = New System.Drawing.Size(
80, 21)
338         Me.cmbInstallment.TabIndex =
37
339         
'
340         
'frmPartialDueList_Staff
341         
'
342         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
343         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
344         Me.BackColor = System.Drawing.Color.DarkSlateGray
345         Me.ClientSize = New System.Drawing.Size(
793, 681)
346         Me.Controls.Add(Me.btnClose)
347         Me.Controls.Add(Me.Panel1)
348         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
349         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
350         Me.MaximizeBox = False
351         Me.MinimizeBox = False
352         Me.Name =
"frmPartialDueList_Staff"
353         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
354         Me.Panel1.ResumeLayout(False)
355         Me.TabControl1.ResumeLayout(False)
356         Me.TabPage3.ResumeLayout(False)
357         Me.Panel5.ResumeLayout(False)
358         Me.GroupBox2.ResumeLayout(False)
359         Me.GroupBox2.PerformLayout()
360         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
361         Me.Panel2.ResumeLayout(False)
362         Me.Panel2.PerformLayout()
363         Me.ResumeLayout(False)
364
365     End Sub
366     Friend WithEvents Panel1 As System.Windows.Forms.Panel
367     Friend WithEvents Panel2 As System.Windows.Forms.Panel
368     Friend WithEvents Label1 As System.Windows.Forms.Label
369     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
370     Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
371     Friend WithEvents btnClose As System.Windows.Forms.Button
372     Friend WithEvents Panel5 As System.Windows.Forms.Panel
373     Public WithEvents Button8 As System.Windows.Forms.Button
374     Public WithEvents Button9 As System.Windows.Forms.Button
375     Private WithEvents Button10 As System.Windows.Forms.Button
376     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
377     Private WithEvents Button11 As System.Windows.Forms.Button
378     Friend WithEvents Label10 As System.Windows.Forms.Label
379     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
380     Friend WithEvents dgw As System.Windows.Forms.DataGridView
381     Friend WithEvents Timer1 As System.Windows.Forms.Timer
382     Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn
383     Friend WithEvents DataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn
384     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
385     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
386     Friend WithEvents DataGridViewTextBoxColumn9 As System.Windows.Forms.DataGridViewTextBoxColumn
387     Friend WithEvents DataGridViewTextBoxColumn10 As System.Windows.Forms.DataGridViewTextBoxColumn
388     Friend WithEvents Label8 As System.Windows.Forms.Label
389     Friend WithEvents cmbInstallment As System.Windows.Forms.ComboBox
390
391 End Class


Gõ tìm kiếm nhanh...